home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc5gcdm.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  249 b   |  16 lines

  1. on mouseDown
  2.   puppetSound("Tone")
  3.   set the visible of sprite 51 to 0
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite 51 to 1
  9.   updateStage()
  10. end
  11.  
  12. on mouseUp
  13.   puppetSprite(16, 0)
  14.   play done
  15. end
  16.